class Google::Apis::ApigeeV1::GoogleCloudApigeeV1Subscription
Pub/Sub subscription of an environment.
Attributes
name[RW]
Full name of the Pub/Sub subcription. Use the following structure in your request: `subscription “projects/foo/subscription/bar”` Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 6826 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 6831 def update!(**args) @name = args[:name] if args.key?(:name) end