#[non_exhaustive]pub struct ActionTypeArtifactDetails {
pub minimum_count: i32,
pub maximum_count: i32,
}
Expand description
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.minimum_count: i32
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
maximum_count: i32
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
Implementations
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
Creates a new builder-style object to manufacture ActionTypeArtifactDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ActionTypeArtifactDetails
impl Send for ActionTypeArtifactDetails
impl Sync for ActionTypeArtifactDetails
impl Unpin for ActionTypeArtifactDetails
impl UnwindSafe for ActionTypeArtifactDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more