1. IFetchJobRequest

Interface IFetchJobRequest

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Base interface for all fetch job requests.

Namespace: Stylelabs.M.Sdk.Contracts.Jobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IFetchJobRequest

Properties

AssetId

The id of the asset to link the newly fetched file to.

Declaration
long AssetId { get; }
Property Value
TypeDescription
System.Int64

Description

A user-friendly description of the fetch job.

Declaration
string Description { get; }
Property Value
TypeDescription
System.String

Methods

Validate()

Validates whether the fetch job is valid.

Declaration
void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

この記事を改善するための提案がある場合は、 お知らせください!