Name | Type | Description | Notes |
---|---|---|---|
PolicyId | Pointer to string | [optional] | |
Scope | Pointer to string | [optional] |
func NewScopeToPolicy() *ScopeToPolicy
NewScopeToPolicy instantiates a new ScopeToPolicy 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 NewScopeToPolicyWithDefaults() *ScopeToPolicy
NewScopeToPolicyWithDefaults instantiates a new ScopeToPolicy 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 *ScopeToPolicy) GetPolicyId() string
GetPolicyId returns the PolicyId field if non-nil, zero value otherwise.
func (o *ScopeToPolicy) GetPolicyIdOk() (*string, bool)
GetPolicyIdOk returns a tuple with the PolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeToPolicy) SetPolicyId(v string)
SetPolicyId sets PolicyId field to given value.
func (o *ScopeToPolicy) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (o *ScopeToPolicy) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *ScopeToPolicy) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeToPolicy) SetScope(v string)
SetScope sets Scope field to given value.
func (o *ScopeToPolicy) HasScope() bool
HasScope returns a boolean if a field has been set.