Name | Type | Description | Notes |
---|---|---|---|
Label | string | Label | |
Address | string | Address | |
Patch | string | Patch | |
PatchType | string | Patch Type |
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
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
func (o *V1CreateHookParameters) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
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.
func (o *V1CreateHookParameters) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *V1CreateHookParameters) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *V1CreateHookParameters) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *V1CreateHookParameters) GetPatch() string
GetPatch returns the Patch field if non-nil, zero value otherwise.
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.
func (o *V1CreateHookParameters) SetPatch(v string)
SetPatch sets Patch field to given value.
func (o *V1CreateHookParameters) GetPatchType() string
GetPatchType returns the PatchType field if non-nil, zero value otherwise.
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.
func (o *V1CreateHookParameters) SetPatchType(v string)
SetPatchType sets PatchType field to given value.