Class: Google::Apis::BackupdrV1::FetchMsComplianceMetadataRequest

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

Overview

Request message for GetMsComplianceMetadata

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchMsComplianceMetadataRequest

Returns a new instance of FetchMsComplianceMetadataRequest.



3507
3508
3509
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3507

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

Instance Attribute Details

#project_idString

Required. The project id of the target project Corresponds to the JSON property projectId

Returns:

  • (String)


3505
3506
3507
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3505

def project_id
  @project_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3512
3513
3514
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3512

def update!(**args)
  @project_id = args[:project_id] if args.key?(:project_id)
end