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. The presence of the field indicates the device has been validated.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalNrqzValidation

Returns a new instance of SasPortalNrqzValidation.



981
982
983
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 981

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

Instance Attribute Details

#case_idString

Validation case id. Corresponds to the JSON property caseId

Returns:

  • (String)


964
965
966
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 964

def case_id
  @case_id
end

#cpi_idString

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

Returns:

  • (String)


969
970
971
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 969

def cpi_id
  @cpi_id
end

#latitudeFloat

Device latitude associated with the validation. Corresponds to the JSON property latitude

Returns:

  • (Float)


974
975
976
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 974

def latitude
  @latitude
end

#longitudeFloat

Device longitude associated with the validation. Corresponds to the JSON property longitude

Returns:

  • (Float)


979
980
981
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 979

def longitude
  @longitude
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



986
987
988
989
990
991
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 986

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)
end