For Babelfish Release 1.11.1.3

PostSendPressReleaseEmailRequest Class

Definition

Namespace: Scopos.BabelFish.Requests.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class PostSendPressReleaseEmailRequest : Request
Inheritance
Object    Request    PostSendPressReleaseEmailRequest

Constructors

Properties

Credentials
(Inherited from Request)
Fragment Returns the fragment portion of a Rest API call. Note: Not commonly used.
(Inherited from Request)
GameID 
HeaderKeyValuePairs Key / Value pairs of data that should be included in the request header. x-api-key is not generally included in this list, and instead is specified in the APIClient.
(Inherited from Request)
HttpMethod
(Inherited from Request)
IgnoreFileSystemCache
(Inherited from Request)
IgnoreInMemoryCache Indicates if the local response cache should be ignored and always make the request to the Rest API. The default value is false, meaning to use the local cache (if avaliable and permitted by the Rest API client). The option to ignore local cache can either be set at the API Client level, or on a per request level. Cached responses are only valid for HttpMethod GET calls.
(Inherited from Request)
LeagueID 
OperationId An unique string used to identify an operation. Should be the same as the operation id listed in the Swagger documentation.
(Inherited from Request)
PostParameters Only applicable to non httpMethod.GET calls. This is the body of the request.
(Inherited from Request)
QueryParameters
(Overrides RequestQueryParameters)
QueryString Returns a string representing the query string that may be used in the Rest API Call
(Inherited from Request)
RelativePath The relative path for this API Request call. For example, if the complete REST API call is https://api.orionscoringsystem.com/match/1.1.20022012248563984.0, then this property would return "/match/1.1.20022012248563984.0". Note, return value includes the front slash.
(Overrides RequestRelativePath)
RequiresCredentials Indicates if this request requires user credentials. Automatically set to True when the Request constructor using UserAuthentication is used.
(Inherited from Request)
Resend Resend must be true to send the press release email to the team's distribution list more than once. This is meant to prevent unintended spamming of users.
SendTo Email addresses to send to, in addition to the distribution lists for the teams.

When TestOnly is true, only send to these email addresses

SendToDistribution If true, the press release will be sent to the email address each team, in the game, have on their distribution list.

After the first time the press release is sent to the distribution list, it can not be resent, unless Resend is also true. This is meant to prevent unintended spamming of users.

SubDomain The REST API subdomain used in this request. Automatically set to AUTHAPI when using the Request constructor using UserAuthentication. Set to API otherwise.
(Inherited from Request)
Subject The subject to use on the press release email. If null or an empty string a default subject is used instead. Typically "Press Release Game Recap: [name of game]
TestOnly If set to true, no emails are sent. But the response mimicks the response as if they were.
Timeout Timeout, in seconds, on the http client when making requests. Default is 15s.
(Inherited from Request)

Methods

Copy Creates a new instance of a Request Object, with all the same parameters
(Inherited from Request)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRequestCacheKey Concrete implementationst that want to cache their requests, must implement a unique string to be used as the request key.
(Inherited from Request)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Inherited from Request)

See Also