Name | Type | Description | Notes |
---|---|---|---|
OutputId | Pointer to string | [optional] | |
CollectionId | Pointer to string | [optional] | |
Type | Pointer to OutputType | [optional] [default to OUTPUTTYPE_UNDEFINED] | |
Config | Pointer to OutputConfig | [optional] | |
Enabled | Pointer to bool | [optional] | |
Tags | Pointer to map[string]string | [optional] |
func NewOutput() *Output
NewOutput instantiates a new Output 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 NewOutputWithDefaults() *Output
NewOutputWithDefaults instantiates a new Output 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 *Output) GetOutputId() string
GetOutputId returns the OutputId field if non-nil, zero value otherwise.
func (o *Output) GetOutputIdOk() (*string, bool)
GetOutputIdOk returns a tuple with the OutputId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Output) SetOutputId(v string)
SetOutputId sets OutputId field to given value.
func (o *Output) HasOutputId() bool
HasOutputId returns a boolean if a field has been set.
func (o *Output) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *Output) GetCollectionIdOk() (*string, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Output) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *Output) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *Output) GetType() OutputType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Output) GetTypeOk() (*OutputType, 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.
func (o *Output) SetType(v OutputType)
SetType sets Type field to given value.
func (o *Output) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Output) GetConfig() OutputConfig
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *Output) GetConfigOk() (*OutputConfig, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Output) SetConfig(v OutputConfig)
SetConfig sets Config field to given value.
func (o *Output) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *Output) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *Output) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Output) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *Output) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *Output) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *Output) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Output) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *Output) HasTags() bool
HasTags returns a boolean if a field has been set.