Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
PageId | Pointer to string | Unique identifier of the visited page. | [optional] |
Visitor | SpaceViewEventAllOfVisitor | ||
Url | string | The GitBook content's URL visited (including URL params). | |
Referrer | string | The URL of referrer that linked to the page. |
func NewSpaceViewEventAllOf(type_ string, visitor SpaceViewEventAllOfVisitor, url string, referrer string, ) *SpaceViewEventAllOf
NewSpaceViewEventAllOf instantiates a new SpaceViewEventAllOf 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 NewSpaceViewEventAllOfWithDefaults() *SpaceViewEventAllOf
NewSpaceViewEventAllOfWithDefaults instantiates a new SpaceViewEventAllOf 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 *SpaceViewEventAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *SpaceViewEventAllOf) GetPageId() string
GetPageId returns the PageId field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOf) GetPageIdOk() (*string, bool)
GetPageIdOk returns a tuple with the PageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOf) SetPageId(v string)
SetPageId sets PageId field to given value.
func (o *SpaceViewEventAllOf) HasPageId() bool
HasPageId returns a boolean if a field has been set.
func (o *SpaceViewEventAllOf) GetVisitor() SpaceViewEventAllOfVisitor
GetVisitor returns the Visitor field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOf) GetVisitorOk() (*SpaceViewEventAllOfVisitor, bool)
GetVisitorOk returns a tuple with the Visitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOf) SetVisitor(v SpaceViewEventAllOfVisitor)
SetVisitor sets Visitor field to given value.
func (o *SpaceViewEventAllOf) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOf) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOf) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SpaceViewEventAllOf) GetReferrer() string
GetReferrer returns the Referrer field if non-nil, zero value otherwise.
func (o *SpaceViewEventAllOf) GetReferrerOk() (*string, bool)
GetReferrerOk returns a tuple with the Referrer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceViewEventAllOf) SetReferrer(v string)
SetReferrer sets Referrer field to given value.