Name | Type | Description | Notes |
---|---|---|---|
ContextAttributes | Pointer to []ContextAttributeDto | [optional] |
func NewAccessRequestContext() *AccessRequestContext
NewAccessRequestContext instantiates a new AccessRequestContext 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 NewAccessRequestContextWithDefaults() *AccessRequestContext
NewAccessRequestContextWithDefaults instantiates a new AccessRequestContext 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 *AccessRequestContext) GetContextAttributes() []ContextAttributeDto
GetContextAttributes returns the ContextAttributes field if non-nil, zero value otherwise.
func (o *AccessRequestContext) GetContextAttributesOk() (*[]ContextAttributeDto, bool)
GetContextAttributesOk returns a tuple with the ContextAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestContext) SetContextAttributes(v []ContextAttributeDto)
SetContextAttributes sets ContextAttributes field to given value.
func (o *AccessRequestContext) HasContextAttributes() bool
HasContextAttributes returns a boolean if a field has been set.