Name | Type | Description | Notes |
---|---|---|---|
TotalNumberOfSources | Pointer to int32 | [optional] |
func NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties() *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties
NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties instantiates a new IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties 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 NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesPropertiesWithDefaults() *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties
NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesPropertiesWithDefaults instantiates a new IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties 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 *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) GetTotalNumberOfSources() int32
GetTotalNumberOfSources returns the TotalNumberOfSources field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) GetTotalNumberOfSourcesOk() (*int32, bool)
GetTotalNumberOfSourcesOk returns a tuple with the TotalNumberOfSources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) SetTotalNumberOfSources(v int32)
SetTotalNumberOfSources sets TotalNumberOfSources field to given value.
func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) HasTotalNumberOfSources() bool
HasTotalNumberOfSources returns a boolean if a field has been set.