Name | Type | Description | Notes |
---|---|---|---|
AudienceId | Pointer to int32 | The ID of the audience. | [optional] |
MembersCount | Pointer to int32 | The member count of the audience. | [optional] |
func (o *AudienceAnalytics) GetAudienceId() int32
GetAudienceId returns the AudienceId field if non-nil, zero value otherwise.
func (o *AudienceAnalytics) GetAudienceIdOk() (int32, bool)
GetAudienceIdOk returns a tuple with the AudienceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AudienceAnalytics) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (o *AudienceAnalytics) SetAudienceId(v int32)
SetAudienceId gets a reference to the given int32 and assigns it to the AudienceId field.
func (o *AudienceAnalytics) GetMembersCount() int32
GetMembersCount returns the MembersCount field if non-nil, zero value otherwise.
func (o *AudienceAnalytics) GetMembersCountOk() (int32, bool)
GetMembersCountOk returns a tuple with the MembersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AudienceAnalytics) HasMembersCount() bool
HasMembersCount returns a boolean if a field has been set.
func (o *AudienceAnalytics) SetMembersCount(v int32)
SetMembersCount gets a reference to the given int32 and assigns it to the MembersCount field.