Class: Google::Apis::ContentV2_1::LiaInventorySettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiaInventorySettings

Returns a new instance of LiaInventorySettings.



3758
3759
3760
# File 'lib/google/apis/content_v2_1/classes.rb', line 3758

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

Instance Attribute Details

#inventory_verification_contact_emailString

The email of the contact for the inventory verification process. Corresponds to the JSON property inventoryVerificationContactEmail

Returns:

  • (String)


3739
3740
3741
# File 'lib/google/apis/content_v2_1/classes.rb', line 3739

def inventory_verification_contact_email
  @inventory_verification_contact_email
end

#inventory_verification_contact_nameString

The name of the contact for the inventory verification process. Corresponds to the JSON property inventoryVerificationContactName

Returns:

  • (String)


3744
3745
3746
# File 'lib/google/apis/content_v2_1/classes.rb', line 3744

def inventory_verification_contact_name
  @inventory_verification_contact_name
end

#inventory_verification_contact_statusString

The status of the verification contact. Acceptable values are: - "active" - " inactive" - "pending" Corresponds to the JSON property inventoryVerificationContactStatus

Returns:

  • (String)


3750
3751
3752
# File 'lib/google/apis/content_v2_1/classes.rb', line 3750

def inventory_verification_contact_status
  @inventory_verification_contact_status
end

#statusString

The status of the inventory verification process. Acceptable values are: - " active" - "inactive" - "pending" Corresponds to the JSON property status

Returns:

  • (String)


3756
3757
3758
# File 'lib/google/apis/content_v2_1/classes.rb', line 3756

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3763
3764
3765
3766
3767
3768
# File 'lib/google/apis/content_v2_1/classes.rb', line 3763

def update!(**args)
  @inventory_verification_contact_email = args[:inventory_verification_contact_email] if args.key?(:inventory_verification_contact_email)
  @inventory_verification_contact_name = args[:inventory_verification_contact_name] if args.key?(:inventory_verification_contact_name)
  @inventory_verification_contact_status = args[:inventory_verification_contact_status] if args.key?(:inventory_verification_contact_status)
  @status = args[:status] if args.key?(:status)
end