Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.4 KB

HashiPayload.md

File metadata and controls

134 lines (73 loc) · 3.4 KB

HashiPayload

Properties

Name Type Description Notes
ImportAsJson Pointer to bool [optional]
Namespaces Pointer to []string [optional]
Token Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewHashiPayload

func NewHashiPayload() *HashiPayload

NewHashiPayload instantiates a new HashiPayload 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

NewHashiPayloadWithDefaults

func NewHashiPayloadWithDefaults() *HashiPayload

NewHashiPayloadWithDefaults instantiates a new HashiPayload 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

GetImportAsJson

func (o *HashiPayload) GetImportAsJson() bool

GetImportAsJson returns the ImportAsJson field if non-nil, zero value otherwise.

GetImportAsJsonOk

func (o *HashiPayload) GetImportAsJsonOk() (*bool, bool)

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

SetImportAsJson

func (o *HashiPayload) SetImportAsJson(v bool)

SetImportAsJson sets ImportAsJson field to given value.

HasImportAsJson

func (o *HashiPayload) HasImportAsJson() bool

HasImportAsJson returns a boolean if a field has been set.

GetNamespaces

func (o *HashiPayload) GetNamespaces() []string

GetNamespaces returns the Namespaces field if non-nil, zero value otherwise.

GetNamespacesOk

func (o *HashiPayload) GetNamespacesOk() (*[]string, bool)

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

SetNamespaces

func (o *HashiPayload) SetNamespaces(v []string)

SetNamespaces sets Namespaces field to given value.

HasNamespaces

func (o *HashiPayload) HasNamespaces() bool

HasNamespaces returns a boolean if a field has been set.

GetToken

func (o *HashiPayload) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *HashiPayload) GetTokenOk() (*string, bool)

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

SetToken

func (o *HashiPayload) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *HashiPayload) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUrl

func (o *HashiPayload) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *HashiPayload) GetUrlOk() (*string, bool)

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

SetUrl

func (o *HashiPayload) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *HashiPayload) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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