Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.99 KB

CollectionAffectedDueToIngestBudgetTracker.md

File metadata and controls

82 lines (45 loc) · 2.99 KB

CollectionAffectedDueToIngestBudgetTracker

Properties

Name Type Description Notes
EventType Pointer to string Event type. [optional]
AssociatedBudgetNames Pointer to string The list of budget names. [optional]

Methods

NewCollectionAffectedDueToIngestBudgetTracker

func NewCollectionAffectedDueToIngestBudgetTracker() *CollectionAffectedDueToIngestBudgetTracker

NewCollectionAffectedDueToIngestBudgetTracker instantiates a new CollectionAffectedDueToIngestBudgetTracker 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

NewCollectionAffectedDueToIngestBudgetTrackerWithDefaults

func NewCollectionAffectedDueToIngestBudgetTrackerWithDefaults() *CollectionAffectedDueToIngestBudgetTracker

NewCollectionAffectedDueToIngestBudgetTrackerWithDefaults instantiates a new CollectionAffectedDueToIngestBudgetTracker 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

GetEventType

func (o *CollectionAffectedDueToIngestBudgetTracker) GetEventType() string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

func (o *CollectionAffectedDueToIngestBudgetTracker) GetEventTypeOk() (*string, bool)

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

SetEventType

func (o *CollectionAffectedDueToIngestBudgetTracker) SetEventType(v string)

SetEventType sets EventType field to given value.

HasEventType

func (o *CollectionAffectedDueToIngestBudgetTracker) HasEventType() bool

HasEventType returns a boolean if a field has been set.

GetAssociatedBudgetNames

func (o *CollectionAffectedDueToIngestBudgetTracker) GetAssociatedBudgetNames() string

GetAssociatedBudgetNames returns the AssociatedBudgetNames field if non-nil, zero value otherwise.

GetAssociatedBudgetNamesOk

func (o *CollectionAffectedDueToIngestBudgetTracker) GetAssociatedBudgetNamesOk() (*string, bool)

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

SetAssociatedBudgetNames

func (o *CollectionAffectedDueToIngestBudgetTracker) SetAssociatedBudgetNames(v string)

SetAssociatedBudgetNames sets AssociatedBudgetNames field to given value.

HasAssociatedBudgetNames

func (o *CollectionAffectedDueToIngestBudgetTracker) HasAssociatedBudgetNames() bool

HasAssociatedBudgetNames returns a boolean if a field has been set.

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