class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile
Metadata about a resource file.
Attributes
name[RW]
ID of the resource file. Corresponds to the JSON property `name` @return [String]
type[RW]
Resource file type. “ resource_file_type “ Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 5921 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 5926 def update!(**args) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end