class Google::Apis::DiscoveryV1::DirectoryList::Item::Icons
Links to 16x16 and 32x32 icons representing the API.
Attributes
The URL of the 16x16 icon. Corresponds to the JSON property ‘x16` @return [String]
The URL of the 32x32 icon. Corresponds to the JSON property ‘x32` @return [String]
Public Class Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 154 def initialize(**args) update!(**args) end
Public Instance Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 159 def update!(**args) @x16 = args[:x16] if args.key?(:x16) @x32 = args[:x32] if args.key?(:x32) end
Update properties of this object