Class: Google::Cloud::TelcoAutomation::V1::ApproveBlueprintRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb

Overview

Request object for ApproveBlueprint.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the blueprint to approve. The blueprint must be in Proposed state. A new revision is committed on approval.

Returns:

  • (::String)

    Required. The name of the blueprint to approve. The blueprint must be in Proposed state. A new revision is committed on approval.



724
725
726
727
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 724

class ApproveBlueprintRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end