Name | Type | Description | Notes |
---|---|---|---|
Policies | string |
func NewRegeneratePolicies200ResponseData(policies string, ) *RegeneratePolicies200ResponseData
NewRegeneratePolicies200ResponseData instantiates a new RegeneratePolicies200ResponseData 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 NewRegeneratePolicies200ResponseDataWithDefaults() *RegeneratePolicies200ResponseData
NewRegeneratePolicies200ResponseDataWithDefaults instantiates a new RegeneratePolicies200ResponseData 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 *RegeneratePolicies200ResponseData) GetPolicies() string
GetPolicies returns the Policies field if non-nil, zero value otherwise.
func (o *RegeneratePolicies200ResponseData) GetPoliciesOk() (*string, bool)
GetPoliciesOk returns a tuple with the Policies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegeneratePolicies200ResponseData) SetPolicies(v string)
SetPolicies sets Policies field to given value.