GoogleApi.MyBusinessAccountManagement.V1.Model.OrganizationInfo (google_api_my_business_account_management v0.4.1)
View SourceAdditional information stored for an organization.
Attributes
-
address(type:GoogleApi.MyBusinessAccountManagement.V1.Model.PostalAddress.t, default:nil) - Output only. The postal address for the account. -
phoneNumber(type:String.t, default:nil) - Output only. The contact number for the organization. -
registeredDomain(type:String.t, default:nil) - Output only. The registered domain for the account.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessAccountManagement.V1.Model.OrganizationInfo{ address: GoogleApi.MyBusinessAccountManagement.V1.Model.PostalAddress.t() | nil, phoneNumber: String.t() | nil, registeredDomain: String.t() | nil }