UsersSettingsSendAsSmimeInfoResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String userId, String sendAsEmail, String id, {String? $fields})
→ Future<void>
-
Deletes the specified S/MIME config for the specified send-as alias.
-
get(String userId, String sendAsEmail, String id, {String? $fields})
→ Future<SmimeInfo>
-
Gets the specified S/MIME config for the specified send-as alias.
-
insert(SmimeInfo request, String userId, String sendAsEmail, {String? $fields})
→ Future<SmimeInfo>
-
Insert (upload) the given S/MIME config for the specified send-as alias.
-
list(String userId, String sendAsEmail, {String? $fields})
→ Future<ListSmimeInfoResponse>
-
Lists S/MIME configs for the specified send-as alias.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefault(String userId, String sendAsEmail, String id, {String? $fields})
→ Future<void>
-
Sets the default S/MIME config for the specified send-as alias.
-
toString()
→ String
-
A string representation of this object.
inherited