Class: Google::Apis::DfareportingV3_5::ThirdPartyAuthenticationToken

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb

Overview

Third Party Authentication Token

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyAuthenticationToken

Returns a new instance of ThirdPartyAuthenticationToken.



12156
12157
12158
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12156

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

Name of the third-party authentication token. Corresponds to the JSON property name

Returns:

  • (String)


12148
12149
12150
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12148

def name
  @name
end

#valueString

Value of the third-party authentication token. This is a read-only, auto- generated field. Corresponds to the JSON property value

Returns:

  • (String)


12154
12155
12156
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12154

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12161
12162
12163
12164
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12161

def update!(**args)
  @name = args[:name] if args.key?(:name)
  @value = args[:value] if args.key?(:value)
end