Name | Type | Description | Notes |
---|---|---|---|
Name | string | the provisioning policy name | |
Description | Pointer to string | the description of the provisioning policy | [optional] |
UsageType | Pointer to UsageType | [optional] | |
Fields | Pointer to []FieldDetailsDto | [optional] |
func NewProvisioningPolicy(name string, ) *ProvisioningPolicy
NewProvisioningPolicy instantiates a new ProvisioningPolicy 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 NewProvisioningPolicyWithDefaults() *ProvisioningPolicy
NewProvisioningPolicyWithDefaults instantiates a new ProvisioningPolicy 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 *ProvisioningPolicy) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProvisioningPolicy) 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.
func (o *ProvisioningPolicy) SetName(v string)
SetName sets Name field to given value.
func (o *ProvisioningPolicy) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ProvisioningPolicy) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningPolicy) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ProvisioningPolicy) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ProvisioningPolicy) GetUsageType() UsageType
GetUsageType returns the UsageType field if non-nil, zero value otherwise.
func (o *ProvisioningPolicy) GetUsageTypeOk() (*UsageType, bool)
GetUsageTypeOk returns a tuple with the UsageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningPolicy) SetUsageType(v UsageType)
SetUsageType sets UsageType field to given value.
func (o *ProvisioningPolicy) HasUsageType() bool
HasUsageType returns a boolean if a field has been set.
func (o *ProvisioningPolicy) GetFields() []FieldDetailsDto
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *ProvisioningPolicy) GetFieldsOk() (*[]FieldDetailsDto, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningPolicy) SetFields(v []FieldDetailsDto)
SetFields sets Fields field to given value.
func (o *ProvisioningPolicy) HasFields() bool
HasFields returns a boolean if a field has been set.