google_api_service_networking v0.3.0 GoogleApi.ServiceNetworking.V1.Model.DisableVpcServiceControlsRequest View Source

Request to disable VPC service controls.

Attributes

  • consumerNetwork (type: String.t, default: nil) - Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is a project number, as in '12345' {network} is network name.

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() :: %GoogleApi.ServiceNetworking.V1.Model.DisableVpcServiceControlsRequest{
  consumerNetwork: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.