class Google::Apis::AndroidpublisherV2::ApkBinary

Represents the binary payload of an APK.

Attributes

sha1[RW]

A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command. Corresponds to the JSON property `sha1` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 60
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 65
def update!(**args)
  @sha1 = args[:sha1] if args.key?(:sha1)
end