class Google::Apis::MirrorV1::Account

Represents an account passed into the Account Manager on Glass.

Attributes

auth_tokens[RW]

Corresponds to the JSON property `authTokens` @return [Array<Google::Apis::MirrorV1::AuthToken>]

features[RW]

Corresponds to the JSON property `features` @return [Array<String>]

password[RW]

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

user_data[RW]

Corresponds to the JSON property `userData` @return [Array<Google::Apis::MirrorV1::UserData>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/mirror_v1/classes.rb, line 49
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 54
def update!(**args)
  @auth_tokens = args[:auth_tokens] if args.key?(:auth_tokens)
  @features = args[:features] if args.key?(:features)
  @password = args[:password] if args.key?(:password)
  @user_data = args[:user_data] if args.key?(:user_data)
end