Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

IngestersSecretRule.md

File metadata and controls

134 lines (73 loc) · 3.52 KB

IngestersSecretRule

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
Part Pointer to string [optional]
SignatureToMatch Pointer to string [optional]

Methods

NewIngestersSecretRule

func NewIngestersSecretRule() *IngestersSecretRule

NewIngestersSecretRule instantiates a new IngestersSecretRule 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

NewIngestersSecretRuleWithDefaults

func NewIngestersSecretRuleWithDefaults() *IngestersSecretRule

NewIngestersSecretRuleWithDefaults instantiates a new IngestersSecretRule 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

GetId

func (o *IngestersSecretRule) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IngestersSecretRule) GetIdOk() (*int32, bool)

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

SetId

func (o *IngestersSecretRule) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *IngestersSecretRule) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IngestersSecretRule) GetName() string

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

GetNameOk

func (o *IngestersSecretRule) 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 *IngestersSecretRule) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IngestersSecretRule) HasName() bool

HasName returns a boolean if a field has been set.

GetPart

func (o *IngestersSecretRule) GetPart() string

GetPart returns the Part field if non-nil, zero value otherwise.

GetPartOk

func (o *IngestersSecretRule) GetPartOk() (*string, bool)

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

SetPart

func (o *IngestersSecretRule) SetPart(v string)

SetPart sets Part field to given value.

HasPart

func (o *IngestersSecretRule) HasPart() bool

HasPart returns a boolean if a field has been set.

GetSignatureToMatch

func (o *IngestersSecretRule) GetSignatureToMatch() string

GetSignatureToMatch returns the SignatureToMatch field if non-nil, zero value otherwise.

GetSignatureToMatchOk

func (o *IngestersSecretRule) GetSignatureToMatchOk() (*string, bool)

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

SetSignatureToMatch

func (o *IngestersSecretRule) SetSignatureToMatch(v string)

SetSignatureToMatch sets SignatureToMatch field to given value.

HasSignatureToMatch

func (o *IngestersSecretRule) HasSignatureToMatch() bool

HasSignatureToMatch returns a boolean if a field has been set.

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