Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Industry | Pointer to Industry | [optional] | |
OrganizationsCount | Pointer to int32 | [optional] |
func NewIndustryDetails() *IndustryDetails
NewIndustryDetails instantiates a new IndustryDetails 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 NewIndustryDetailsWithDefaults() *IndustryDetails
NewIndustryDetailsWithDefaults instantiates a new IndustryDetails 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 *IndustryDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *IndustryDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndustryDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *IndustryDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *IndustryDetails) GetIndustry() Industry
GetIndustry returns the Industry field if non-nil, zero value otherwise.
func (o *IndustryDetails) GetIndustryOk() (*Industry, bool)
GetIndustryOk returns a tuple with the Industry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndustryDetails) SetIndustry(v Industry)
SetIndustry sets Industry field to given value.
func (o *IndustryDetails) HasIndustry() bool
HasIndustry returns a boolean if a field has been set.
func (o *IndustryDetails) GetOrganizationsCount() int32
GetOrganizationsCount returns the OrganizationsCount field if non-nil, zero value otherwise.
func (o *IndustryDetails) GetOrganizationsCountOk() (*int32, bool)
GetOrganizationsCountOk returns a tuple with the OrganizationsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndustryDetails) SetOrganizationsCount(v int32)
SetOrganizationsCount sets OrganizationsCount field to given value.
func (o *IndustryDetails) HasOrganizationsCount() bool
HasOrganizationsCount returns a boolean if a field has been set.