Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.48 KB

IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties.md

File metadata and controls

56 lines (31 loc) · 2.48 KB

IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties

Properties

Name Type Description Notes
TotalNumberOfSources Pointer to int32 [optional]

Methods

NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties

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

NewIdentityEnhancedBreakdownSourcesBreakdownTotalSourcesPropertiesWithDefaults

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

GetTotalNumberOfSources

func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) GetTotalNumberOfSources() int32

GetTotalNumberOfSources returns the TotalNumberOfSources field if non-nil, zero value otherwise.

GetTotalNumberOfSourcesOk

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.

SetTotalNumberOfSources

func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) SetTotalNumberOfSources(v int32)

SetTotalNumberOfSources sets TotalNumberOfSources field to given value.

HasTotalNumberOfSources

func (o *IdentityEnhancedBreakdownSourcesBreakdownTotalSourcesProperties) HasTotalNumberOfSources() bool

HasTotalNumberOfSources returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]