Update Go SDK docs: 15683610903

This commit is contained in:
developer-relations-sp
2025-06-16 14:28:43 +00:00
parent b6e2c44152
commit 3af0fca7b1
53 changed files with 3272 additions and 650 deletions

View File

@@ -0,0 +1,101 @@
---
id: v2025-source-classification-status-all-of-counts
title: SourceClassificationStatusAllOfCounts
pagination_label: SourceClassificationStatusAllOfCounts
sidebar_label: SourceClassificationStatusAllOfCounts
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'SourceClassificationStatusAllOfCounts', 'V2025SourceClassificationStatusAllOfCounts']
slug: /tools/sdk/go/v2025/models/source-classification-status-all-of-counts
tags: ['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.