Name | Type | Description | Notes |
---|---|---|---|
Range | Pointer to HclRange | [optional] | |
ConnectionDependsOn | Pointer to []string | [optional] | |
CredentialDependsOn | Pointer to []string | [optional] | |
DependsOn | Pointer to []string | [optional] | |
Description | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Resolved | Pointer to bool | [optional] | |
Value | Pointer to map[string]interface{} | [optional] |
func NewModconfigPipelineOutput() *ModconfigPipelineOutput
NewModconfigPipelineOutput instantiates a new ModconfigPipelineOutput 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 NewModconfigPipelineOutputWithDefaults() *ModconfigPipelineOutput
NewModconfigPipelineOutputWithDefaults instantiates a new ModconfigPipelineOutput 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 *ModconfigPipelineOutput) GetRange() HclRange
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetRangeOk() (*HclRange, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetRange(v HclRange)
SetRange sets Range field to given value.
func (o *ModconfigPipelineOutput) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetConnectionDependsOn() []string
GetConnectionDependsOn returns the ConnectionDependsOn field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetConnectionDependsOnOk() (*[]string, bool)
GetConnectionDependsOnOk returns a tuple with the ConnectionDependsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetConnectionDependsOn(v []string)
SetConnectionDependsOn sets ConnectionDependsOn field to given value.
func (o *ModconfigPipelineOutput) HasConnectionDependsOn() bool
HasConnectionDependsOn returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetCredentialDependsOn() []string
GetCredentialDependsOn returns the CredentialDependsOn field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetCredentialDependsOnOk() (*[]string, bool)
GetCredentialDependsOnOk returns a tuple with the CredentialDependsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetCredentialDependsOn(v []string)
SetCredentialDependsOn sets CredentialDependsOn field to given value.
func (o *ModconfigPipelineOutput) HasCredentialDependsOn() bool
HasCredentialDependsOn returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetDependsOn() []string
GetDependsOn returns the DependsOn field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetDependsOnOk() (*[]string, bool)
GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetDependsOn(v []string)
SetDependsOn sets DependsOn field to given value.
func (o *ModconfigPipelineOutput) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ModconfigPipelineOutput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) 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.
func (o *ModconfigPipelineOutput) SetName(v string)
SetName sets Name field to given value.
func (o *ModconfigPipelineOutput) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetResolved() bool
GetResolved returns the Resolved field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetResolvedOk() (*bool, bool)
GetResolvedOk returns a tuple with the Resolved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetResolved(v bool)
SetResolved sets Resolved field to given value.
func (o *ModconfigPipelineOutput) HasResolved() bool
HasResolved returns a boolean if a field has been set.
func (o *ModconfigPipelineOutput) GetValue() map[string]interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ModconfigPipelineOutput) GetValueOk() (*map[string]interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigPipelineOutput) SetValue(v map[string]interface{})
SetValue sets Value field to given value.
func (o *ModconfigPipelineOutput) HasValue() bool
HasValue returns a boolean if a field has been set.