starting point for go docs

This commit is contained in:
darrell-thobe-sp
2025-03-27 14:43:04 -04:00
parent bdfaf3e228
commit 34d14a520e
2762 changed files with 516453 additions and 0 deletions

View File

@@ -0,0 +1,101 @@
---
id: v2024-accounts-collected-for-aggregation-source
title: AccountsCollectedForAggregationSource
pagination_label: AccountsCollectedForAggregationSource
sidebar_label: AccountsCollectedForAggregationSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountsCollectedForAggregationSource', 'V2024AccountsCollectedForAggregationSource']
slug: /tools/sdk/go/v2024/models/accounts-collected-for-aggregation-source
tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregationSource', 'V2024AccountsCollectedForAggregationSource']
---
# AccountsCollectedForAggregationSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | ID of the object to which this reference applies |
**Type** | **string** | The type of object that is referenced |
**Name** | **string** | Human-readable display name of the object to which this reference applies |
## Methods
### NewAccountsCollectedForAggregationSource
`func NewAccountsCollectedForAggregationSource(id string, type_ string, name string, ) *AccountsCollectedForAggregationSource`
NewAccountsCollectedForAggregationSource instantiates a new AccountsCollectedForAggregationSource 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
### NewAccountsCollectedForAggregationSourceWithDefaults
`func NewAccountsCollectedForAggregationSourceWithDefaults() *AccountsCollectedForAggregationSource`
NewAccountsCollectedForAggregationSourceWithDefaults instantiates a new AccountsCollectedForAggregationSource 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
### GetId
`func (o *AccountsCollectedForAggregationSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountsCollectedForAggregationSource) GetIdOk() (*string, bool)`
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetId
`func (o *AccountsCollectedForAggregationSource) SetId(v string)`
SetId sets Id field to given value.
### GetType
`func (o *AccountsCollectedForAggregationSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountsCollectedForAggregationSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountsCollectedForAggregationSource) SetType(v string)`
SetType sets Type field to given value.
### GetName
`func (o *AccountsCollectedForAggregationSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountsCollectedForAggregationSource) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *AccountsCollectedForAggregationSource) SetName(v string)`
SetName sets Name field to given value.