GoogleApi.ServiceNetworking.V1.Model.ConsumerProject (google_api_service_networking v0.40.0)
View SourceRepresents a consumer project.
Attributes
-
projectNum
(type:String.t
, default:nil
) - Required. Project number of the consumer that is launching the service instance. It can own the network that is peered with Google or, be a service project in an XPN where the host project has the network.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ConsumerProject{ projectNum: String.t() | nil }