google_api_dns v0.4.0 GoogleApi.DNS.V1.Model.Project View Source
A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
Attributes
- id (String.t): User assigned unique identifier for the resource (output only). Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#project". Defaults to
dns#project
. - number (String.t): Unique numeric identifier for the resource; defined by the server (output only). Defaults to
nil
. - quota (GoogleApi.DNS.V1.Model.Quota.t): Quotas assigned to this project (output only). Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.DNS.V1.Model.Project{
id: String.t(),
kind: String.t(),
number: String.t(),
quota: GoogleApi.DNS.V1.Model.Quota.t()
}
t() :: %GoogleApi.DNS.V1.Model.Project{ id: String.t(), kind: String.t(), number: String.t(), quota: GoogleApi.DNS.V1.Model.Quota.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.