google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.User View Source
A resource representing a user of the Partners platform.
Attributes
- afaInfoShared (boolean()): Whether or not the user has opted to share their Academy for Ads info with Google Partners. Defaults to:
null
. - availableAdwordsManagerAccounts ([AdWordsManagerAccountInfo]): This is the list of AdWords Manager Accounts the user has edit access to. If the user has edit access to multiple accounts, the user can choose the preferred account and we use this when a personal account is needed. Can be empty meaning the user has access to no accounts. @OutputOnly Defaults to:
null
. - certificationStatus ([Certification]): The list of achieved certifications. These are calculated based on exam results and other requirements. @OutputOnly Defaults to:
null
. - company (CompanyRelation): The company that the user is associated with. If not present, the user is not associated with any company. Defaults to:
null
. - companyVerificationEmail (String.t): The email address used by the user used for company verification. @OutputOnly Defaults to:
null
. - examStatus ([ExamStatus]): The list of exams the user ever taken. For each type of exam, only one entry is listed. Defaults to:
null
. - id (String.t): The ID of the user. Defaults to:
null
. - internalId (String.t): The internal user ID. Only available for a whitelisted set of api clients. Defaults to:
null
. - lastAccessTime (DateTime.t): The most recent time the user interacted with the Partners site. @OutputOnly Defaults to:
null
. - primaryEmails ([String.t]): The list of emails the user has access to/can select as primary. @OutputOnly Defaults to:
null
. - profile (UserProfile): The profile information of a Partners user, contains all the directly editable user information. Defaults to:
null
. - publicProfile (PublicProfile): Information about a user's external public profile outside Google Partners. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Partners.V2.Model.User{ afaInfoShared: any(), availableAdwordsManagerAccounts: [ GoogleApi.Partners.V2.Model.AdWordsManagerAccountInfo.t() ], certificationStatus: [GoogleApi.Partners.V2.Model.Certification.t()], company: GoogleApi.Partners.V2.Model.CompanyRelation.t(), companyVerificationEmail: any(), examStatus: [GoogleApi.Partners.V2.Model.ExamStatus.t()], id: any(), internalId: any(), lastAccessTime: DateTime.t(), primaryEmails: [any()], profile: GoogleApi.Partners.V2.Model.UserProfile.t(), publicProfile: GoogleApi.Partners.V2.Model.PublicProfile.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.