Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2025/Models/SourceClassificationStatusAllOfCounts.md
2025-06-16 14:28:43 +00:00

3.5 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-source-classification-status-all-of-counts SourceClassificationStatusAllOfCounts SourceClassificationStatusAllOfCounts SourceClassificationStatusAllOfCounts gosdk
go
Golang
sdk
SourceClassificationStatusAllOfCounts
V2025SourceClassificationStatusAllOfCounts
/tools/sdk/go/v2025/models/source-classification-status-all-of-counts
SDK
Software Development Kit
SourceClassificationStatusAllOfCounts
V2025SourceClassificationStatusAllOfCounts

SourceClassificationStatusAllOfCounts

Properties

Name Type Description Notes
EXPECTED int64 total number of source accounts
RECEIVED int64 number of accounts that have been sent for processing (should be the same as expected when all accounts are collected)
COMPLETED int64 number of accounts that have been classified

Methods

NewSourceClassificationStatusAllOfCounts

func NewSourceClassificationStatusAllOfCounts(eXPECTED int64, rECEIVED int64, cOMPLETED int64, ) *SourceClassificationStatusAllOfCounts

NewSourceClassificationStatusAllOfCounts instantiates a new SourceClassificationStatusAllOfCounts 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

NewSourceClassificationStatusAllOfCountsWithDefaults

func NewSourceClassificationStatusAllOfCountsWithDefaults() *SourceClassificationStatusAllOfCounts

NewSourceClassificationStatusAllOfCountsWithDefaults instantiates a new SourceClassificationStatusAllOfCounts 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

GetEXPECTED

func (o *SourceClassificationStatusAllOfCounts) GetEXPECTED() int64

GetEXPECTED returns the EXPECTED field if non-nil, zero value otherwise.

GetEXPECTEDOk

func (o *SourceClassificationStatusAllOfCounts) GetEXPECTEDOk() (*int64, bool)

GetEXPECTEDOk returns a tuple with the EXPECTED field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEXPECTED

func (o *SourceClassificationStatusAllOfCounts) SetEXPECTED(v int64)

SetEXPECTED sets EXPECTED field to given value.

GetRECEIVED

func (o *SourceClassificationStatusAllOfCounts) GetRECEIVED() int64

GetRECEIVED returns the RECEIVED field if non-nil, zero value otherwise.

GetRECEIVEDOk

func (o *SourceClassificationStatusAllOfCounts) GetRECEIVEDOk() (*int64, bool)

GetRECEIVEDOk returns a tuple with the RECEIVED field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRECEIVED

func (o *SourceClassificationStatusAllOfCounts) SetRECEIVED(v int64)

SetRECEIVED sets RECEIVED field to given value.

GetCOMPLETED

func (o *SourceClassificationStatusAllOfCounts) GetCOMPLETED() int64

GetCOMPLETED returns the COMPLETED field if non-nil, zero value otherwise.

GetCOMPLETEDOk

func (o *SourceClassificationStatusAllOfCounts) GetCOMPLETEDOk() (*int64, bool)

GetCOMPLETEDOk returns a tuple with the COMPLETED field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCOMPLETED

func (o *SourceClassificationStatusAllOfCounts) SetCOMPLETED(v int64)

SetCOMPLETED sets COMPLETED field to given value.