Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalNrqzValidation

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

Overview

Information about National Radio Quiet Zone validation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalNrqzValidation

Returns a new instance of SasPortalNrqzValidation.



1148
1149
1150
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1148

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

Instance Attribute Details

#case_idString

Validation case ID. Corresponds to the JSON property caseId

Returns:

  • (String)


1126
1127
1128
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1126

def case_id
  @case_id
end

#cpi_idString

CPI who signed the validation. Corresponds to the JSON property cpiId

Returns:

  • (String)


1131
1132
1133
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1131

def cpi_id
  @cpi_id
end

#latitudeFloat

Device latitude that's associated with the validation. Corresponds to the JSON property latitude

Returns:

  • (Float)


1136
1137
1138
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1136

def latitude
  @latitude
end

#longitudeFloat

Device longitude that's associated with the validation. Corresponds to the JSON property longitude

Returns:

  • (Float)


1141
1142
1143
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1141

def longitude
  @longitude
end

#stateString

State of the NRQZ validation info. Corresponds to the JSON property state

Returns:

  • (String)


1146
1147
1148
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1146

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1153
1154
1155
1156
1157
1158
1159
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1153

def update!(**args)
  @case_id = args[:case_id] if args.key?(:case_id)
  @cpi_id = args[:cpi_id] if args.key?(:cpi_id)
  @latitude = args[:latitude] if args.key?(:latitude)
  @longitude = args[:longitude] if args.key?(:longitude)
  @state = args[:state] if args.key?(:state)
end