View Source GoogleApi.DataFusion.V1beta1.Model.ListDnsPeeringsResponse (google_api_data_fusion v0.26.0)
Response message for list DNS peerings.
Attributes
-
dnsPeerings(type:list(GoogleApi.DataFusion.V1beta1.Model.DnsPeering.t), default:nil) - List of dns peering. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento 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.V1beta1.Model.ListDnsPeeringsResponse{ dnsPeerings: [GoogleApi.DataFusion.V1beta1.Model.DnsPeering.t()] | nil, nextPageToken: String.t() | nil }