class Google::Apis::AndroidmanagementV1::ContentProviderEndpoint

This feature is not generally available.

Attributes

package_name[RW]

This feature is not generally available. Corresponds to the JSON property `packageName` @return [String]

signing_certs_sha256[RW]

Required. This feature is not generally available. Corresponds to the JSON property `signingCertsSha256` @return [Array<String>]

uri[RW]

This feature is not generally available. Corresponds to the JSON property `uri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 784
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 789
def update!(**args)
  @package_name = args[:package_name] if args.key?(:package_name)
  @signing_certs_sha256 = args[:signing_certs_sha256] if args.key?(:signing_certs_sha256)
  @uri = args[:uri] if args.key?(:uri)
end