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