Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.13 KB

V1CreateHookParameters.md

File metadata and controls

114 lines (61 loc) · 3.13 KB

V1CreateHookParameters

Properties

Name Type Description Notes
Label string Label
Address string Address
Patch string Patch
PatchType string Patch Type

Methods

NewV1CreateHookParameters

func NewV1CreateHookParameters(label string, address string, patch string, patchType string, ) *V1CreateHookParameters

NewV1CreateHookParameters instantiates a new V1CreateHookParameters 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

NewV1CreateHookParametersWithDefaults

func NewV1CreateHookParametersWithDefaults() *V1CreateHookParameters

NewV1CreateHookParametersWithDefaults instantiates a new V1CreateHookParameters 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

GetLabel

func (o *V1CreateHookParameters) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *V1CreateHookParameters) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *V1CreateHookParameters) SetLabel(v string)

SetLabel sets Label field to given value.

GetAddress

func (o *V1CreateHookParameters) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *V1CreateHookParameters) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddress

func (o *V1CreateHookParameters) SetAddress(v string)

SetAddress sets Address field to given value.

GetPatch

func (o *V1CreateHookParameters) GetPatch() string

GetPatch returns the Patch field if non-nil, zero value otherwise.

GetPatchOk

func (o *V1CreateHookParameters) GetPatchOk() (*string, bool)

GetPatchOk returns a tuple with the Patch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPatch

func (o *V1CreateHookParameters) SetPatch(v string)

SetPatch sets Patch field to given value.

GetPatchType

func (o *V1CreateHookParameters) GetPatchType() string

GetPatchType returns the PatchType field if non-nil, zero value otherwise.

GetPatchTypeOk

func (o *V1CreateHookParameters) GetPatchTypeOk() (*string, bool)

GetPatchTypeOk returns a tuple with the PatchType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPatchType

func (o *V1CreateHookParameters) SetPatchType(v string)

SetPatchType sets PatchType field to given value.

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