GoogleApi.DataFusion.V1beta1.Model.ListDnsPeeringsResponse (google_api_data_fusion v0.27.0)

View Source

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 as page_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

t()

@type t() :: %GoogleApi.DataFusion.V1beta1.Model.ListDnsPeeringsResponse{
  dnsPeerings: [GoogleApi.DataFusion.V1beta1.Model.DnsPeering.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.