Name | Type | Description | Notes |
---|---|---|---|
AnonymousId | string | GitBook's unique identifier of the visitor. | |
Cookies | map[string]string | The visitors cookies. | |
UserAgent | string | User-agent of the visitor. | |
Ip | string | IP address of the visitor. |
func NewSpaceViewEventAllOfVisitor(anonymousId string, cookies map[string]string, userAgent string, ip string, ) *SpaceViewEventAllOfVisitor
NewSpaceViewEventAllOfVisitor instantiates a new SpaceViewEventAllOfVisitor 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 NewSpaceViewEventAllOfVisitorWithDefaults() *SpaceViewEventAllOfVisitor
NewSpaceViewEventAllOfVisitorWithDefaults instantiates a new SpaceViewEventAllOfVisitor 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 *SpaceViewEventAllOfVisitor) GetAnonymousId() string
GetAnonymousId returns the AnonymousId field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOfVisitor) GetAnonymousIdOk() (*string, bool)
GetAnonymousIdOk returns a tuple with the AnonymousId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOfVisitor) SetAnonymousId(v string)
SetAnonymousId sets AnonymousId field to given value.
func (o *SpaceViewEventAllOfVisitor) GetCookies() map[string]string
GetCookies returns the Cookies field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOfVisitor) GetCookiesOk() (*map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOfVisitor) SetCookies(v map[string]string)
SetCookies sets Cookies field to given value.
func (o *SpaceViewEventAllOfVisitor) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOfVisitor) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOfVisitor) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *SpaceViewEventAllOfVisitor) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOfVisitor) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOfVisitor) SetIp(v string)
SetIp sets Ip field to given value.