class Google::Apis::DiscoveryV1::DirectoryList
Attributes
Indicate the version of the Discovery API used to generate this doc. Corresponds to the JSON property ‘discoveryVersion` @return [String]
The individual directory entries. One entry per api/version pair. Corresponds to the JSON property ‘items` @return [Array<Google::Apis::DiscoveryV1::DirectoryList::Item>]
The kind for this response. Corresponds to the JSON property ‘kind` @return [String]
Public Class Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 44 def initialize(**args) update!(**args) end
Public Instance Methods
Source
# 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
Update properties of this object