class Google::Apis::MirrorV1::AuthToken

Attributes

auth_token[RW]

Corresponds to the JSON property `authToken` @return [String]

type[RW]

Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/mirror_v1/classes.rb, line 143
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/mirror_v1/classes.rb, line 148
def update!(**args)
  @auth_token = args[:auth_token] if args.key?(:auth_token)
  @type = args[:type] if args.key?(:type)
end