Class: PlexRubySDK::Operations::PostUsersSignInDataUserPlexAccount

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb

Overview

Returns the user account data with a valid auth token

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(ads_consent: nil, ads_consent_reminder_at: nil, ads_consent_set_at: nil, anonymous: nil, attribution_partner: nil, auth_token: nil, backup_codes_created: nil, confirmed: nil, country: nil, email: nil, email_only_auth: nil, entitlements: nil, experimental_features: nil, friendly_name: nil, guest: nil, has_password: nil, home: nil, home_admin: nil, home_size: nil, id: nil, joined_at: nil, locale: nil, mailing_list_active: nil, mailing_list_status: nil, max_home_size: nil, past_subscriptions: nil, profile: nil, protected: nil, remember_expires_at: nil, restricted: nil, scrobble_types: nil, services: nil, subscription: nil, subscription_description: nil, subscriptions: nil, thumb: nil, title: nil, trials: nil, two_factor_enabled: nil, username: nil, uuid: nil, pin: nil, roles: nil) ⇒ PostUsersSignInDataUserPlexAccount

Returns a new instance of PostUsersSignInDataUserPlexAccount.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# File 'lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb', line 108

def initialize(ads_consent: nil, ads_consent_reminder_at: nil, ads_consent_set_at: nil, anonymous: nil, attribution_partner: nil, auth_token: nil, backup_codes_created: nil, confirmed: nil, country: nil, email: nil, email_only_auth: nil, entitlements: nil, experimental_features: nil, friendly_name: nil, guest: nil, has_password: nil, home: nil, home_admin: nil, home_size: nil, id: nil, joined_at: nil, locale: nil, mailing_list_active: nil, mailing_list_status: nil, max_home_size: nil, past_subscriptions: nil, profile: nil, protected: nil, remember_expires_at: nil, restricted: nil, scrobble_types: nil, services: nil, subscription: nil, subscription_description: nil, subscriptions: nil, thumb: nil, title: nil, trials: nil, two_factor_enabled: nil, username: nil, uuid: nil, pin: nil, roles: nil)
  @ads_consent = ads_consent
  @ads_consent_reminder_at = ads_consent_reminder_at
  @ads_consent_set_at = ads_consent_set_at
  @anonymous = anonymous
  @attribution_partner = attribution_partner
  @auth_token = auth_token
  @backup_codes_created = backup_codes_created
  @confirmed = confirmed
  @country = country
  @email = email
  @email_only_auth = email_only_auth
  @entitlements = entitlements
  @experimental_features = experimental_features
  @friendly_name = friendly_name
  @guest = guest
  @has_password = has_password
  @home = home
  @home_admin = home_admin
  @home_size = home_size
  @id = id
  @joined_at = joined_at
  @locale = locale
  @mailing_list_active = mailing_list_active
  @mailing_list_status = mailing_list_status
  @max_home_size = max_home_size
  @past_subscriptions = past_subscriptions
  @profile = profile
  @protected = protected
  @remember_expires_at = remember_expires_at
  @restricted = restricted
  @scrobble_types = scrobble_types
  @services = services
  @subscription = subscription
  @subscription_description = subscription_description
  @subscriptions = subscriptions
  @thumb = thumb
  @title = title
  @trials = trials
  @two_factor_enabled = two_factor_enabled
  @username = username
  @uuid = uuid
  @pin = pin
  @roles = roles
end