Name | Type | Description | Notes |
---|---|---|---|
EventType | Pointer to string | Event type. | [optional] |
AssociatedBudgetNames | Pointer to string | The list of budget names. | [optional] |
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
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
func (o *CollectionAffectedDueToIngestBudgetTracker) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
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.
func (o *CollectionAffectedDueToIngestBudgetTracker) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *CollectionAffectedDueToIngestBudgetTracker) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *CollectionAffectedDueToIngestBudgetTracker) GetAssociatedBudgetNames() string
GetAssociatedBudgetNames returns the AssociatedBudgetNames field if non-nil, zero value otherwise.
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.
func (o *CollectionAffectedDueToIngestBudgetTracker) SetAssociatedBudgetNames(v string)
SetAssociatedBudgetNames sets AssociatedBudgetNames field to given value.
func (o *CollectionAffectedDueToIngestBudgetTracker) HasAssociatedBudgetNames() bool
HasAssociatedBudgetNames returns a boolean if a field has been set.