google_api_dns v0.1.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:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#project". Defaults to:
null. - number (String.t): Unique numeric identifier for the resource; defined by the server (output only). Defaults to:
null. - quota (Quota): Quotas assigned to this project (output only). 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.DNS.V1.Model.Project{
id: any(),
kind: any(),
number: any(),
quota: GoogleApi.DNS.V1.Model.Quota.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.