class Google::Apis::DiscoveryV1::DirectoryList::Item::Icons
Links to 16x16 and 32x32 icons representing the API.
Attributes
x16[RW]
The URL of the 16x16 icon. Corresponds to the JSON property `x16` @return [String]
x32[RW]
The URL of the 32x32 icon. Corresponds to the JSON property `x32` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/discovery_v1/classes.rb, line 154 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/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