Name | Type | Description | Notes |
---|---|---|---|
RumToken | Pointer to NullableString | [optional] | |
User | string |
func NewRumIngestionToken(user string, ) *RumIngestionToken
NewRumIngestionToken instantiates a new RumIngestionToken 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 NewRumIngestionTokenWithDefaults() *RumIngestionToken
NewRumIngestionTokenWithDefaults instantiates a new RumIngestionToken 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 *RumIngestionToken) GetRumToken() string
GetRumToken returns the RumToken field if non-nil, zero value otherwise.
func (o *RumIngestionToken) GetRumTokenOk() (*string, bool)
GetRumTokenOk returns a tuple with the RumToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RumIngestionToken) SetRumToken(v string)
SetRumToken sets RumToken field to given value.
func (o *RumIngestionToken) HasRumToken() bool
HasRumToken returns a boolean if a field has been set.
func (o *RumIngestionToken) SetRumTokenNil(b bool)
SetRumTokenNil sets the value for RumToken to be an explicit nil
func (o *RumIngestionToken) UnsetRumToken()
UnsetRumToken ensures that no value is present for RumToken, not even an explicit nil
func (o *RumIngestionToken) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *RumIngestionToken) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RumIngestionToken) SetUser(v string)
SetUser sets User field to given value.