Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Path | Pointer to string | [optional] [default to ""] | |
Context | Pointer to interface{} | [optional] | |
Enabled | Pointer to bool | [optional] | |
Content | Pointer to string | [optional] |
func NewPatchedBlueprintInstanceRequest() *PatchedBlueprintInstanceRequest
NewPatchedBlueprintInstanceRequest instantiates a new PatchedBlueprintInstanceRequest 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 NewPatchedBlueprintInstanceRequestWithDefaults() *PatchedBlueprintInstanceRequest
NewPatchedBlueprintInstanceRequestWithDefaults instantiates a new PatchedBlueprintInstanceRequest 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 *PatchedBlueprintInstanceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedBlueprintInstanceRequest) 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 *PatchedBlueprintInstanceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedBlueprintInstanceRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedBlueprintInstanceRequest) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *PatchedBlueprintInstanceRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedBlueprintInstanceRequest) SetPath(v string)
SetPath sets Path field to given value.
func (o *PatchedBlueprintInstanceRequest) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *PatchedBlueprintInstanceRequest) GetContext() interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *PatchedBlueprintInstanceRequest) GetContextOk() (*interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedBlueprintInstanceRequest) SetContext(v interface{})
SetContext sets Context field to given value.
func (o *PatchedBlueprintInstanceRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *PatchedBlueprintInstanceRequest) SetContextNil(b bool)
SetContextNil sets the value for Context to be an explicit nil
func (o *PatchedBlueprintInstanceRequest) UnsetContext()
UnsetContext ensures that no value is present for Context, not even an explicit nil
func (o *PatchedBlueprintInstanceRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *PatchedBlueprintInstanceRequest) 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 *PatchedBlueprintInstanceRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *PatchedBlueprintInstanceRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *PatchedBlueprintInstanceRequest) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *PatchedBlueprintInstanceRequest) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedBlueprintInstanceRequest) SetContent(v string)
SetContent sets Content field to given value.
func (o *PatchedBlueprintInstanceRequest) HasContent() bool
HasContent returns a boolean if a field has been set.