class Google::Apis::FirebasehostingV1beta1::CertHttpChallenge
Represents an HTTP certificate challenge.
Attributes
path[RW]
The URL path on which to serve the specified token to satisfy the certificate challenge. Corresponds to the JSON property `path` @return [String]
token[RW]
The token to serve at the specified URL path to satisfy the certificate challenge. Corresponds to the JSON property `token` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 94 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 99 def update!(**args) @path = args[:path] if args.key?(:path) @token = args[:token] if args.key?(:token) end