Class: Azure::RecoveryServicesBackup::Mgmt::V2019_05_13::Models::GetProtectedItemQueryObject

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-05-13/generated/azure_mgmt_recovery_services_backup/models/get_protected_item_query_object.rb

Overview

Filters to list backup items.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#expandString

provided for this item.

Returns:

  • (String)

    Specifies if the additional information should be



17
18
19
# File 'lib/2019-05-13/generated/azure_mgmt_recovery_services_backup/models/get_protected_item_query_object.rb', line 17

def expand
  @expand
end

Class Method Details

.mapperObject

Mapper for GetProtectedItemQueryObject class as Ruby Hash. This will be used for serialization/deserialization.



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/2019-05-13/generated/azure_mgmt_recovery_services_backup/models/get_protected_item_query_object.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'GetProtectedItemQueryObject',
    type: {
      name: 'Composite',
      class_name: 'GetProtectedItemQueryObject',
      model_properties: {
        expand: {
          client_side_validation: true,
          required: false,
          serialized_name: 'expand',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end