Class: Google::Apis::BackupdrV1::FetchMsComplianceMetadataRequest
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::FetchMsComplianceMetadataRequest
- 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
-
#project_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchMsComplianceMetadataRequest
constructor
A new instance of FetchMsComplianceMetadataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FetchMsComplianceMetadataRequest
Returns a new instance of FetchMsComplianceMetadataRequest.
3522 3523 3524 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3522 def initialize(**args) update!(**args) end |
Instance Attribute Details
#project_id ⇒ String
Required. The project id of the target project
Corresponds to the JSON property projectId
3520 3521 3522 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3520 def project_id @project_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3527 3528 3529 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3527 def update!(**args) @project_id = args[:project_id] if args.key?(:project_id) end |