google_api_dns v0.15.0 GoogleApi.DNS.V1.Model.Change View Source
Attributes
additions
(type:list(GoogleApi.DNS.V1.Model.ResourceRecordSet.t)
, default:nil
) -deletions
(type:list(GoogleApi.DNS.V1.Model.ResourceRecordSet.t)
, default:nil
) -id
(type:String.t
, default:nil
) -isServing
(type:boolean()
, default:nil
) -kind
(type:String.t
, default:dns#change
) - Identifies what kind of resource this is. Value: the fixed string "dns#change".startTime
(type:String.t
, default:nil
) -status
(type:String.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DNS.V1.Model.Change{ additions: [GoogleApi.DNS.V1.Model.ResourceRecordSet.t()], deletions: [GoogleApi.DNS.V1.Model.ResourceRecordSet.t()], id: String.t(), isServing: boolean(), kind: String.t(), startTime: String.t(), status: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.