Name | Type | Description | Notes |
---|---|---|---|
ImportAsJson | Pointer to bool | [optional] | |
Namespaces | Pointer to []string | [optional] | |
Token | Pointer to string | [optional] | |
Url | Pointer to string | [optional] |
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
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
func (o *HashiPayload) GetImportAsJson() bool
GetImportAsJson returns the ImportAsJson field if non-nil, zero value otherwise.
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.
func (o *HashiPayload) SetImportAsJson(v bool)
SetImportAsJson sets ImportAsJson field to given value.
func (o *HashiPayload) HasImportAsJson() bool
HasImportAsJson returns a boolean if a field has been set.
func (o *HashiPayload) GetNamespaces() []string
GetNamespaces returns the Namespaces field if non-nil, zero value otherwise.
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.
func (o *HashiPayload) SetNamespaces(v []string)
SetNamespaces sets Namespaces field to given value.
func (o *HashiPayload) HasNamespaces() bool
HasNamespaces returns a boolean if a field has been set.
func (o *HashiPayload) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *HashiPayload) SetToken(v string)
SetToken sets Token field to given value.
func (o *HashiPayload) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *HashiPayload) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *HashiPayload) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *HashiPayload) HasUrl() bool
HasUrl returns a boolean if a field has been set.