class Google::Apis::DiscoveryV1::DirectoryList
Attributes
discovery_version[RW]
Indicate the version of the Discovery API used to generate this doc. Corresponds to the JSON property `discoveryVersion` @return [String]
items[RW]
The individual directory entries. One entry per api/version pair. Corresponds to the JSON property `items` @return [Array<Google::Apis::DiscoveryV1::DirectoryList::Item>]
kind[RW]
The kind for this response. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/discovery_v1/classes.rb, line 44 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/discovery_v1/classes.rb, line 49 def update!(**args) @discovery_version = args[:discovery_version] if args.key?(:discovery_version) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end