GoogleApi.DataFusion.V1.Model.ListDnsPeeringsResponse (google_api_data_fusion v0.27.0)
View SourceResponse message for list DNS peerings.
Attributes
-
dnsPeerings
(type:list(GoogleApi.DataFusion.V1.Model.DnsPeering.t)
, default:nil
) - List of dns peering. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataFusion.V1.Model.ListDnsPeeringsResponse{ dnsPeerings: [GoogleApi.DataFusion.V1.Model.DnsPeering.t()] | nil, nextPageToken: String.t() | nil }