Name | Type | Description | Notes |
---|---|---|---|
ActorType | Pointer to string | [optional] | |
UserFirstName | Pointer to string | [optional] | |
UserLastName | Pointer to string | [optional] | |
UserEmail | Pointer to string | [optional] | |
ApiKeyId | Pointer to string | [optional] |
func NewActorAttributes() *ActorAttributes
NewActorAttributes instantiates a new ActorAttributes 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 NewActorAttributesWithDefaults() *ActorAttributes
NewActorAttributesWithDefaults instantiates a new ActorAttributes 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 *ActorAttributes) GetActorType() string
GetActorType returns the ActorType field if non-nil, zero value otherwise.
func (o *ActorAttributes) GetActorTypeOk() (*string, bool)
GetActorTypeOk returns a tuple with the ActorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActorAttributes) SetActorType(v string)
SetActorType sets ActorType field to given value.
func (o *ActorAttributes) HasActorType() bool
HasActorType returns a boolean if a field has been set.
func (o *ActorAttributes) GetUserFirstName() string
GetUserFirstName returns the UserFirstName field if non-nil, zero value otherwise.
func (o *ActorAttributes) GetUserFirstNameOk() (*string, bool)
GetUserFirstNameOk returns a tuple with the UserFirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActorAttributes) SetUserFirstName(v string)
SetUserFirstName sets UserFirstName field to given value.
func (o *ActorAttributes) HasUserFirstName() bool
HasUserFirstName returns a boolean if a field has been set.
func (o *ActorAttributes) GetUserLastName() string
GetUserLastName returns the UserLastName field if non-nil, zero value otherwise.
func (o *ActorAttributes) GetUserLastNameOk() (*string, bool)
GetUserLastNameOk returns a tuple with the UserLastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActorAttributes) SetUserLastName(v string)
SetUserLastName sets UserLastName field to given value.
func (o *ActorAttributes) HasUserLastName() bool
HasUserLastName returns a boolean if a field has been set.
func (o *ActorAttributes) GetUserEmail() string
GetUserEmail returns the UserEmail field if non-nil, zero value otherwise.
func (o *ActorAttributes) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActorAttributes) SetUserEmail(v string)
SetUserEmail sets UserEmail field to given value.
func (o *ActorAttributes) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.
func (o *ActorAttributes) GetApiKeyId() string
GetApiKeyId returns the ApiKeyId field if non-nil, zero value otherwise.
func (o *ActorAttributes) GetApiKeyIdOk() (*string, bool)
GetApiKeyIdOk returns a tuple with the ApiKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActorAttributes) SetApiKeyId(v string)
SetApiKeyId sets ApiKeyId field to given value.
func (o *ActorAttributes) HasApiKeyId() bool
HasApiKeyId returns a boolean if a field has been set.