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

3.0 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-send-classify-machine-account-from-source200-response SendClassifyMachineAccountFromSource200Response SendClassifyMachineAccountFromSource200Response SendClassifyMachineAccountFromSource200Response gosdk
go
Golang
sdk
SendClassifyMachineAccountFromSource200Response
V2025SendClassifyMachineAccountFromSource200Response
/tools/sdk/go/v2025/models/send-classify-machine-account-from-source200-response
SDK
Software Development Kit
SendClassifyMachineAccountFromSource200Response
V2025SendClassifyMachineAccountFromSource200Response

SendClassifyMachineAccountFromSource200Response

Properties

Name Type Description Notes
AccountsSubmittedForProcessing Pointer to int32 Returns the number of all the accounts from source submitted for processing. [optional]

Methods

NewSendClassifyMachineAccountFromSource200Response

func NewSendClassifyMachineAccountFromSource200Response() *SendClassifyMachineAccountFromSource200Response

NewSendClassifyMachineAccountFromSource200Response instantiates a new SendClassifyMachineAccountFromSource200Response 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

NewSendClassifyMachineAccountFromSource200ResponseWithDefaults

func NewSendClassifyMachineAccountFromSource200ResponseWithDefaults() *SendClassifyMachineAccountFromSource200Response

NewSendClassifyMachineAccountFromSource200ResponseWithDefaults instantiates a new SendClassifyMachineAccountFromSource200Response 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

GetAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) GetAccountsSubmittedForProcessing() int32

GetAccountsSubmittedForProcessing returns the AccountsSubmittedForProcessing field if non-nil, zero value otherwise.

GetAccountsSubmittedForProcessingOk

func (o *SendClassifyMachineAccountFromSource200Response) GetAccountsSubmittedForProcessingOk() (*int32, bool)

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

SetAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) SetAccountsSubmittedForProcessing(v int32)

SetAccountsSubmittedForProcessing sets AccountsSubmittedForProcessing field to given value.

HasAccountsSubmittedForProcessing

func (o *SendClassifyMachineAccountFromSource200Response) HasAccountsSubmittedForProcessing() bool

HasAccountsSubmittedForProcessing returns a boolean if a field has been set.