Class: Google::Apis::GmailV1::ListSmimeInfoResponse
- Inherits:
-
Object
- Object
- Google::Apis::GmailV1::ListSmimeInfoResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gmail_v1/classes.rb,
lib/google/apis/gmail_v1/representations.rb,
lib/google/apis/gmail_v1/representations.rb
Instance Attribute Summary collapse
-
#smime_info ⇒ Array<Google::Apis::GmailV1::SmimeInfo>
List of SmimeInfo.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListSmimeInfoResponse
constructor
A new instance of ListSmimeInfoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListSmimeInfoResponse
Returns a new instance of ListSmimeInfoResponse.
1144 1145 1146 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 1144 def initialize(**args) update!(**args) end |
Instance Attribute Details
#smime_info ⇒ Array<Google::Apis::GmailV1::SmimeInfo>
List of SmimeInfo.
Corresponds to the JSON property smimeInfo
1142 1143 1144 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 1142 def smime_info @smime_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1149 1150 1151 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 1149 def update!(**args) @smime_info = args[:smime_info] if args.key?(:smime_info) end |