google_api_dns v0.3.0 GoogleApi.DNS.V1.Model.DnsKeysListResponse View Source
Attributes
- dnsKeys ([DnsKey]): Defaults to:
null. - header (ResponseHeader): Defaults to:
null. - kind (String.t): Type of resource. Defaults to:
null. - nextPageToken (String.t): 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()
View Source
t() :: %GoogleApi.DNS.V1.Model.DnsKeysListResponse{
dnsKeys: [GoogleApi.DNS.V1.Model.DnsKey.t()],
header: GoogleApi.DNS.V1.Model.ResponseHeader.t(),
kind: any(),
nextPageToken: any()
}
t() :: %GoogleApi.DNS.V1.Model.DnsKeysListResponse{
dnsKeys: [GoogleApi.DNS.V1.Model.DnsKey.t()],
header: GoogleApi.DNS.V1.Model.ResponseHeader.t(),
kind: any(),
nextPageToken: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.