class Google::Apis::AndroidmanagementV1::OncCertificateProvider
This feature is not generally available.
Attributes
certificate_references[RW]
This feature is not generally available. Corresponds to the JSON property `certificateReferences` @return [Array<String>]
content_provider_endpoint[RW]
This feature is not generally available. Corresponds to the JSON property `contentProviderEndpoint` @return [Google::Apis::AndroidmanagementV1::ContentProviderEndpoint]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 2272 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 2277 def update!(**args) @certificate_references = args[:certificate_references] if args.key?(:certificate_references) @content_provider_endpoint = args[:content_provider_endpoint] if args.key?(:content_provider_endpoint) end