Class: Google::Apis::CloudsearchV1::DriveClientActionMarkup
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DriveClientActionMarkup
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#request_file_scope ⇒ Google::Apis::CloudsearchV1::RequestFileScope
Corresponds to the JSON property
requestFileScope
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DriveClientActionMarkup
constructor
A new instance of DriveClientActionMarkup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DriveClientActionMarkup
Returns a new instance of DriveClientActionMarkup.
7944 7945 7946 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_file_scope ⇒ Google::Apis::CloudsearchV1::RequestFileScope
Corresponds to the JSON property requestFileScope
7942 7943 7944 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7942 def request_file_scope @request_file_scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7949 7950 7951 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7949 def update!(**args) @request_file_scope = args[:request_file_scope] if args.key?(:request_file_scope) end |