Class: Google::Apis::ContentV2::LiaInventorySettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiaInventorySettings

Returns a new instance of LiaInventorySettings.



3490
3491
3492
# File 'generated/google/apis/content_v2/classes.rb', line 3490

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)


3471
3472
3473
# File 'generated/google/apis/content_v2/classes.rb', line 3471

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)


3476
3477
3478
# File 'generated/google/apis/content_v2/classes.rb', line 3476

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)


3482
3483
3484
# File 'generated/google/apis/content_v2/classes.rb', line 3482

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)


3488
3489
3490
# File 'generated/google/apis/content_v2/classes.rb', line 3488

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3495
3496
3497
3498
3499
3500
# File 'generated/google/apis/content_v2/classes.rb', line 3495

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