Class: Google::Cloud::MigrationCenter::V1::ReportConfig::GroupPreferenceSetAssignment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Represents a combination of a group with a preference set.

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns Required. Name of the group.

Returns:

  • (::String)

    Required. Name of the group.



372
373
374
375
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 372

class GroupPreferenceSetAssignment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#preference_set::String

Returns Required. Name of the Preference Set.

Returns:

  • (::String)

    Required. Name of the Preference Set.



372
373
374
375
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 372

class GroupPreferenceSetAssignment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end