Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb

Overview

Information about an endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaEndpoint

Returns a new instance of GoogleChecksReportV1alphaEndpoint.



1096
1097
1098
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1096

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#domainString

Domain name (e.g. ads.google.com). Corresponds to the JSON property domain

Returns:

  • (String)


1094
1095
1096
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1094

def domain
  @domain
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1101
1102
1103
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1101

def update!(**args)
  @domain = args[:domain] if args.key?(:domain)
end