ProfilesGet200Response
Last updated
Was this helpful?
func NewProfilesGet200Response() *ProfilesGet200Response
NewProfilesGet200Response instantiates a new ProfilesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProfilesGet200ResponseWithDefaults() *ProfilesGet200Response
NewProfilesGet200ResponseWithDefaults instantiates a new ProfilesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ProfilesGet200Response) GetCompanies() []Metadata
GetCompanies returns the Companies field if non-nil, zero value otherwise.
func (o *ProfilesGet200Response) GetCompaniesOk() (*[]Metadata, bool)
GetCompaniesOk returns a tuple with the Companies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProfilesGet200Response) SetCompanies(v []Metadata)
SetCompanies sets Companies field to given value.
func (o *ProfilesGet200Response) HasCompanies() bool
HasCompanies returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?