| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> The agent that initiated the event. For most situations, this could be from the authorization context |
| | 11 | | public partial class ContainerRegistryEventActor |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of ContainerRegistryEventActor. </summary> |
| 0 | 14 | | internal ContainerRegistryEventActor() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of ContainerRegistryEventActor. </summary> |
| | 19 | | /// <param name="name"> The subject or username associated with the request context that generated the event. </ |
| 4 | 20 | | internal ContainerRegistryEventActor(string name) |
| | 21 | | { |
| 4 | 22 | | Name = name; |
| 4 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> The subject or username associated with the request context that generated the event. </summary> |
| 2 | 26 | | public string Name { get; } |
| | 27 | | } |
| | 28 | | } |