Class: Google::Apis::DfareportingV3_3::ThirdPartyAuthenticationToken

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/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.



11548
11549
11550
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11548

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)


11540
11541
11542
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11540

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)


11546
11547
11548
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11546

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11553
11554
11555
11556
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11553

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