Class: Google::Apis::SurveysV2::ResultsMask

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ResultsMask

Returns a new instance of ResultsMask



211
212
213
# File 'generated/google/apis/surveys_v2/classes.rb', line 211

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

Instance Attribute Details

#fieldsArray<Google::Apis::SurveysV2::FieldMask>

Corresponds to the JSON property fields



204
205
206
# File 'generated/google/apis/surveys_v2/classes.rb', line 204

def fields
  @fields
end

#projectionString

Corresponds to the JSON property projection

Returns:

  • (String)


209
210
211
# File 'generated/google/apis/surveys_v2/classes.rb', line 209

def projection
  @projection
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



216
217
218
219
# File 'generated/google/apis/surveys_v2/classes.rb', line 216

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