class Google::Apis::AndroidmanagementV1::TermsAndConditions

A terms and conditions page to be accepted during provisioning.

Attributes

content[RW]

Provides a user-facing message with locale info. The maximum message length is 4096 characters. Corresponds to the JSON property `content` @return [Google::Apis::AndroidmanagementV1::UserFacingMessage]

header[RW]

Provides a user-facing message with locale info. The maximum message length is 4096 characters. Corresponds to the JSON property `header` @return [Google::Apis::AndroidmanagementV1::UserFacingMessage]

Public Class Methods

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