class Google::Apis::AndroidmanagementV1::WebAppIcon
An icon for a web app. Supported formats are: png, jpg and webp.
Attributes
image_data[RW]
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 “Base 64 Encoding with URL and Filename Safe Alphabet”). - The image type can be png or jpg. - The image should ideally be square. - The image should ideally have a size of 512x512. Corresponds to the JSON property `imageData` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 3971 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidmanagement_v1/classes.rb, line 3976 def update!(**args) @image_data = args[:image_data] if args.key?(:image_data) end