class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductRef
Attributes
apiproduct[RW]
Name of the API product. Corresponds to the JSON property `apiproduct` @return [String]
status[RW]
Status of the API product. Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 616 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 621 def update!(**args) @apiproduct = args[:apiproduct] if args.key?(:apiproduct) @status = args[:status] if args.key?(:status) end