Skip to content

Latest commit

 

History

History
170 lines (93 loc) · 4.8 KB

PatchedBlueprintInstanceRequest.md

File metadata and controls

170 lines (93 loc) · 4.8 KB

PatchedBlueprintInstanceRequest

Properties

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]

Methods

NewPatchedBlueprintInstanceRequest

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

NewPatchedBlueprintInstanceRequestWithDefaults

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

GetName

func (o *PatchedBlueprintInstanceRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PatchedBlueprintInstanceRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedBlueprintInstanceRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetPath

func (o *PatchedBlueprintInstanceRequest) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

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.

SetPath

func (o *PatchedBlueprintInstanceRequest) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *PatchedBlueprintInstanceRequest) HasPath() bool

HasPath returns a boolean if a field has been set.

GetContext

func (o *PatchedBlueprintInstanceRequest) GetContext() interface{}

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

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.

SetContext

func (o *PatchedBlueprintInstanceRequest) SetContext(v interface{})

SetContext sets Context field to given value.

HasContext

func (o *PatchedBlueprintInstanceRequest) HasContext() bool

HasContext returns a boolean if a field has been set.

SetContextNil

func (o *PatchedBlueprintInstanceRequest) SetContextNil(b bool)

SetContextNil sets the value for Context to be an explicit nil

UnsetContext

func (o *PatchedBlueprintInstanceRequest) UnsetContext()

UnsetContext ensures that no value is present for Context, not even an explicit nil

GetEnabled

func (o *PatchedBlueprintInstanceRequest) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *PatchedBlueprintInstanceRequest) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *PatchedBlueprintInstanceRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetContent

func (o *PatchedBlueprintInstanceRequest) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

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.

SetContent

func (o *PatchedBlueprintInstanceRequest) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *PatchedBlueprintInstanceRequest) HasContent() bool

HasContent returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]