Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 2.38 KB

RumIngestionToken.md

File metadata and controls

87 lines (48 loc) · 2.38 KB

RumIngestionToken

Properties

Name Type Description Notes
RumToken Pointer to NullableString [optional]
User string

Methods

NewRumIngestionToken

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

NewRumIngestionTokenWithDefaults

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

GetRumToken

func (o *RumIngestionToken) GetRumToken() string

GetRumToken returns the RumToken field if non-nil, zero value otherwise.

GetRumTokenOk

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.

SetRumToken

func (o *RumIngestionToken) SetRumToken(v string)

SetRumToken sets RumToken field to given value.

HasRumToken

func (o *RumIngestionToken) HasRumToken() bool

HasRumToken returns a boolean if a field has been set.

SetRumTokenNil

func (o *RumIngestionToken) SetRumTokenNil(b bool)

SetRumTokenNil sets the value for RumToken to be an explicit nil

UnsetRumToken

func (o *RumIngestionToken) UnsetRumToken()

UnsetRumToken ensures that no value is present for RumToken, not even an explicit nil

GetUser

func (o *RumIngestionToken) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *RumIngestionToken) SetUser(v string)

SetUser sets User field to given value.

[Back to Model list] [Back to API list] [Back to README]