Name | Type | Description | Notes |
---|---|---|---|
Industries | Pointer to []IndustryDetails | [optional] |
func NewPagedIndustries() *PagedIndustries
NewPagedIndustries instantiates a new PagedIndustries 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 NewPagedIndustriesWithDefaults() *PagedIndustries
NewPagedIndustriesWithDefaults instantiates a new PagedIndustries 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 *PagedIndustries) GetIndustries() []IndustryDetails
GetIndustries returns the Industries field if non-nil, zero value otherwise.
func (o *PagedIndustries) GetIndustriesOk() (*[]IndustryDetails, bool)
GetIndustriesOk returns a tuple with the Industries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagedIndustries) SetIndustries(v []IndustryDetails)
SetIndustries sets Industries field to given value.
func (o *PagedIndustries) HasIndustries() bool
HasIndustries returns a boolean if a field has been set.