| Name | Type | Description | Notes |
|---|---|---|---|
| ReleaseVariationId | Pointer to string | The variation id to release to across all phases | [optional] |
| ReleasePipelineKey | string | The key of the release pipeline to attach the flag to |
func NewCreateReleaseInput(releasePipelineKey string, ) *CreateReleaseInput
NewCreateReleaseInput instantiates a new CreateReleaseInput 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 NewCreateReleaseInputWithDefaults() *CreateReleaseInput
NewCreateReleaseInputWithDefaults instantiates a new CreateReleaseInput 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 *CreateReleaseInput) GetReleaseVariationId() string
GetReleaseVariationId returns the ReleaseVariationId field if non-nil, zero value otherwise.
func (o *CreateReleaseInput) GetReleaseVariationIdOk() (*string, bool)
GetReleaseVariationIdOk returns a tuple with the ReleaseVariationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateReleaseInput) SetReleaseVariationId(v string)
SetReleaseVariationId sets ReleaseVariationId field to given value.
func (o *CreateReleaseInput) HasReleaseVariationId() bool
HasReleaseVariationId returns a boolean if a field has been set.
func (o *CreateReleaseInput) GetReleasePipelineKey() string
GetReleasePipelineKey returns the ReleasePipelineKey field if non-nil, zero value otherwise.
func (o *CreateReleaseInput) GetReleasePipelineKeyOk() (*string, bool)
GetReleasePipelineKeyOk returns a tuple with the ReleasePipelineKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateReleaseInput) SetReleasePipelineKey(v string)
SetReleasePipelineKey sets ReleasePipelineKey field to given value.